All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.qtcomponents.SCInfo

java.lang.Object
   |
   +----quicktime.std.qtcomponents.SCInfo

public final class SCInfo
extends Object

Variable Index

 o dataSize
The actual number of bytes in the handle that is the compressed data.
 o imageData
The compressed image data of a frame
 o notSyncFlag
Indicates whether the frame is a key frame.

Constructor Index

 o SCInfo(QTHandleRef, int, short)

Variables

 o imageData
 public QTHandleRef imageData
The compressed image data of a frame

 o dataSize
 public int dataSize
The actual number of bytes in the handle that is the compressed data. This may be less than the handle's actual size, in which case only the bytes up to this size are valid compressed data.

 o notSyncFlag
 public short notSyncFlag
Indicates whether the frame is a key frame.

Constructors

 o SCInfo
 public SCInfo(QTHandleRef imageData,
               int dataSize,
               short nSyncFlag)

All Packages  Class Hierarchy  This Package  Previous  Next  Index